home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / images / maxblast.igz / maxblast.img / AUTOEXEC.BAT < prev    next >
DOS Batch File  |  2004-01-28  |  703b  |  37 lines

  1. @echo off
  2. lh NWCDEX.EXE /d:generic /l:x
  3. cls
  4. REM choice /c:FC Run MaxBlast 3 from Floppy or CD
  5. REM if errorlevel 2 goto cd
  6. REM if errorlevel 1 goto end
  7. goto end
  8. :cd
  9. set CDBOOT=TRUE
  10. echo Put the MaxBlast 3 CD in the CD-Rom drive
  11. pause
  12. x:\xbios /i/z/x
  13. x:\drmouse
  14. if errorlevel 10 goto MOUSEERR
  15. if errorlevel 9 goto MOUSEERR
  16. if errorlevel 8 goto MOUSEERR
  17. if errorlevel 7 goto MOUSEERR
  18. if errorlevel 6 goto MOUSEERR
  19. if errorlevel 5 goto MOUSEERR
  20. if errorlevel 4 goto MOUSEERR
  21. if errorlevel 3 goto MOUSEERR
  22. if errorlevel 2 goto MOUSEERR
  23. goto NOMOUSEERR
  24.  
  25. :MOUSEERR
  26. x:\drmouse /u
  27. set NOMOUSE=TRUE
  28.  
  29. :NOMOUSEERR
  30.  
  31. cd a:\
  32. findrdsk VDISK
  33. goto done
  34. :end
  35. cd a:\
  36. findrdsk VDISK
  37. :done